Skip to main content

Migrate a Conversion

Overview

DV360 refers to their Conversions as Floodlight Activities. This page uses IQM's terminology.

The API Comparison table highlights the shared actions and API methods between IQM and DV360 for creating and managing Conversions. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.

For a comprehensive overview of IQM's Conversion services, see the Conversions API.

API Comparison

Base URLs
  IQM: https://app.iqm.com

DV360: https://displayvideo.googleapis.com
ActionIQM EndpointDV360 EndpointNotes
Get Conversion DetailsGET/api/v3/conversion/{conversionId}GET/v4/floodlightGroups/{floodlightGroupId}/floodlightActivities/{floodlightActivityId}IQM endpoint returns typeId parameter specifying whether the Conversion is a Pixel (1) or Postback (2).
Get List of ConversionsGET/api/v3/conversion/listGET/v4/floodlightGroups/{floodlightGroupId}/floodlightActivities
Create a Pixel ConversionPOST/api/v3/conversion/pixel/addn/aFloodlight Activities are created in the DV360 UI. See More Conversions Resources for reference material.
Create a Postback ConversionPOST/api/v3/conversion/postback/addn/a
Update a ConversionPATCH/api/v3/conversion/pixel/update
PATCH/api/v3/conversion/postback/update
n/a
Assign Conversion to a CampaignPATCH/api/v3/conversion/assign-to/campaignPOST/v4/advertisers/{lineItem.advertiserId}/lineItems
PATCH/v4/advertisers/{lineItem.advertiserId}/lineItems/{lineItem.lineItemId}
IQM endpoint supports assigning multiple Conversions to multiple Campaigns, or removing from multiple Campaigns.

DV360 assigns a floodlightActivityId to the floodlightActivityConfigs object within the conversionCounting object when a Line Item is created or updated.

More Conversions Resources

IQM:

DV360: